@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eee;
}

nav {
	width: 100%;
	height: 100px;
	background-color: #fff;
}

ul {	
	
}

ul li {
	list-style: none;
	display: inline-block;
	float: left;
	line-height: 100px;
}

ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-family: arial;
	color: #1e1e1e;
	padding: 0 20px;
}